home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1991 / Jan 91 / MacApp.Tech$ 1⁄4⁄91 / 2557-Re SADE problems-Dec90 next >
Encoding:
Text File  |  1991-03-06  |  1.6 KB  |  48 lines  |  [TEXT/GEOL]

  1. Item    8412032                         29-Dec-90        05:49PST
  2.  
  3. From:   KRIPALU                         Kripalu Ctr, Michael A Latta,PRT
  4.  
  5. To:     D5560                           Brown, Roger,AST
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Item forwarded by       NEIL.RHODES  to CALLIOPE 
  10.  
  11. Item forwarded by       FRED.FORSMAN to SUMIT 
  12.                                         RUSS.DANIELS 
  13.  
  14. ------------------------------------------------------------------------------
  15.  
  16. Sub:    Re: SADE problems
  17.  
  18. Roger:
  19.  
  20.     I have had good results from SADE when I give it lost of memory and do not
  21. have other applications running under multifinder.  My procedure is like yours
  22. but does not require a reboot if I do not run MPW at the same time as SADE.  I
  23. do not have the memory for both anyway.  I have had to give SADE 4MB to prevent
  24. crashes.  I use the following commands before the Go Til command:
  25.  
  26.     directory "HD:GS Working:.NoDebug Sym MacII+:"
  27.     target "GS"
  28.     sourcepath "HD:GS Working:", "HD:MPW Folder:MacApp:Libraries:"
  29.     open source "::MGS.p"
  30.  
  31. Then I execute the following when it gets to the break:
  32.  
  33.     execute concat(SADEDir,'SADEScripts:StepMethod.init')
  34.     setupStepMethod
  35.  
  36. I do not know how much of this is covered in your startup method.  I was not
  37. aware that SADE uses the • method of naming startup files.
  38.  
  39. I do admit I use writeln far more than SADE becuase of the memory requirements
  40. and the apparant need to run it stand-alone.  When it does work I am pleased
  41. with its support.
  42.  
  43. Let me know if this helps of if I can do anything else to help.
  44.  
  45. Mike
  46. KRIPALU
  47.  
  48.